Login     Sign up
Invitation Email
Thakim (@thakim83)
Join date: Oct 8th 2010
Community posts: 87
View Profile
Send Message

Hi, when you invite a person to join the site they get the following email in their email address:

Join me on "Chaved Network" - Chaved
Click Here to Join!
invited by user

How can I edit this email to add more info on the email?

164 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

file includes\libs\invite.module.php

function post

[code]
$message = t('Join me on').' "'.get_gvar('site_name').'" - '.get_gvar('site_slogan').'<br />
<strong><a href="'.url('member/signup/'.$iid).'">Click Here to Join!</a></strong><br />';
$message .= $_POST['message'];
$message .= '<br /><br />invited by '.url('u/'.$client['uname'],$client['uname']);
[/code]

164 months ago
Rodrigo (@rodrigoriveras)
Join date: Nov 23rd 2010
Community posts: 2
View Profile
Send Message

How can the users import the hotmail contacs? Thanks a lot

164 months ago
maxim cristian (@n3c3sar)
Join date: Mar 25th 2011
Community posts: 7
View Profile
Send Message

how to put and the picture of person ho send the invitation after his username?

$message .= '<br /><br />invited by '.url('u/'.$client['uname'],$client['uname']);
please help me

158 months ago